Best/Easiest Technology for a RESTful webservice [closed]

Posted by user1751547 on Programmers See other posts from Programmers or by user1751547
Published on 2012-10-17T21:30:50Z Indexed on 2012/10/17 23:19 UTC
Read the original article Hit count: 346

So I'm going to be creating a phone app + website that will need to utilize a web service. Webservices are completely outside my domain so I'm not entirely sure where to start.

Does anybody have any suggestions on the technology stack I should use? (mainly in terms of ease of use and reliability)

So far what I've looked at are:

  • RoR
  • Python + Django + TastyPie
  • Python + Flask
  • Microsoft WCF 3.5
  • PHP + some framework

I would rather not do anything with Java

I'm leaning towards the Python + Django + TastyPie route as it seems like it would be easy to get up and going and learn in general. My only concern with it is the reliability of the libraries (feature breaking updates, abandonment, etc).

Also I would prefer to create the website with the same framework so I wouldn't have to deal with learning and using two different ones.

Any advice would be helpful, thanks.

© Programmers or respective owner

Related posts about web-services

Related posts about rest